Autogenerated HTML docs for v2.2.0-rc0-18-ga1ad2 
diff --git a/git-credential-store.html b/git-credential-store.html index 7efa62a..e87f952 100644 --- a/git-credential-store.html +++ b/git-credential-store.html 
@@ -779,7 +779,7 @@  <div class="sectionbody">   <div class="dlist"><dl>   <dt class="hdlist1">  ---store=&lt;path&gt;  +--file=&lt;path&gt;   </dt>   <dd>   <p>  @@ -837,7 +837,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2013-08-20 08:40:27 PDT  +Last updated 2014-11-06 15:17:42 PST   </div>   </div>   </body>  
diff --git a/git-credential-store.txt b/git-credential-store.txt index 8481cae..bc97071 100644 --- a/git-credential-store.txt +++ b/git-credential-store.txt 
@@ -29,7 +29,7 @@  OPTIONS  -------   ---store=<path>:: +--file=<path>::   	Use `<path>` to store credentials. The file will have its 	filesystem permissions set to prevent other users on the system 
diff --git a/gitignore.html b/gitignore.html index a215e59..27b9e09 100644 --- a/gitignore.html +++ b/gitignore.html 
@@ -850,7 +850,7 @@  </li>   <li>   <p>  -Trailing spaces are ignored unless they are quoted with backlash  +Trailing spaces are ignored unless they are quoted with backslash   ("<code>\</code>").   </p>   </li>  @@ -1022,7 +1022,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2014-03-14 14:59:49 PDT  +Last updated 2014-11-06 15:17:42 PST   </div>   </div>   </body>  
diff --git a/gitignore.txt b/gitignore.txt index 8734c15..09e82c3 100644 --- a/gitignore.txt +++ b/gitignore.txt 
@@ -77,7 +77,7 @@  Put a backslash ("`\`") in front of the first hash for patterns  that begin with a hash.   - - Trailing spaces are ignored unless they are quoted with backlash + - Trailing spaces are ignored unless they are quoted with backslash  ("`\`").    - An optional prefix "`!`" which negates the pattern; any